Menu Icon Handle Constants
NEW WITH THE APPEARANCE MANAGER
These constants specify the handle of the icon attached to the menu item. They are passed inSetMenuItemIconHandle
and obtained byGetMenuItemIconHandle
, respectively.
enum { kMenuNoIcon = 0, kMenuIconType = 1, kMenuShrinkIconType = 2, kMenuSmallIconType = 3, kMenuColorIconType = 4, kMenuIconSuiteType = 5 };Constant descriptions
kMenuNoIcon
- No icon.
kMenuIconType
- An
'ICON'
handle.kMenuShrinkIconType
- A 32-by-32
'ICON'
handleshrunk (at display time) to 16-by-16.
kMenuSmallIconType
- A
'SICN'
handle.kMenuColorIconType
- A
'
cicn'
handle.kMenuIconSuiteType
- An icon suite handle.